Class ComposerScripts

Summary

Fully Qualified Name: CodeIgniter\ComposerScripts

Description

ComposerScripts

These scripts are used by Composer during installs and updates to move files to locations within the system folder so that end-users do not need to use Composer to install a package, but can simply download

Methods

Name Description Defined By
moveEscaper() Moves the Laminas Escaper files into our base repo so that it's available for packaged releases where the users don't user Composer. ComposerScripts
moveKint() Moves the Kint file into our base repo so that it's available for packaged releases where the users don't user Composer. ComposerScripts
postUpdate() After composer install/update, this is called to move the bare-minimum required files for our dependencies to appropriate locations. ComposerScripts

Method Details

moveEscaper()

Moves the Laminas Escaper files into our base repo so that it's available for packaged releases where the users don't user Composer.

Returns:

moveKint()

Moves the Kint file into our base repo so that it's available for packaged releases where the users don't user Composer.

Returns:

postUpdate()

After composer install/update, this is called to move the bare-minimum required files for our dependencies to appropriate locations.

Returns:

Top